math/big.nat.sqr (method)
19 uses
math/big (current package)
float.go#L1332: z.mant = z.mant.sqr(x.mant)
int.go#L190: z.abs = z.abs.sqr(x.abs)
nat.go#L564: func (z nat) sqr(x nat) nat {
nat.go#L612: t = t.sqr(x1)
nat.go#L1022: zz = zz.sqr(z)
nat.go#L1042: zz = zz.sqr(z)
nat.go#L1142: *p = p.sqr(*p2)
nat.go#L1175: zz = zz.sqr(z)
nat.go#L1179: zz = zz.sqr(z)
nat.go#L1183: zz = zz.sqr(z)
nat.go#L1187: zz = zz.sqr(z)
natconv.go#L490: table[i].bbb = nat(nil).sqr(table[i-1].bbb)
prime.go#L111: y = y.sqr(y)
prime.go#L197: t1 = t1.sqr(t1)
prime.go#L262: t1 = t1.sqr(vk1)
prime.go#L273: t1 = t1.sqr(vk)
prime.go#L315: t1 = t1.sqr(vk)
rat.go#L516: z.a.abs = z.a.abs.sqr(x.a.abs)
rat.go#L520: z.b.abs = z.b.abs.sqr(x.b.abs)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |